scrollbar: Correct css docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Oct 2017 23:10:10 +0000 (19:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 Oct 2017 23:10:10 +0000 (19:10 -0400)
The .fine-tune class appears on the range node.

gtk/gtkscrollbar.c

index 34d0d4c87b387bb3f57c0d9aa20b01f86e82c341..6f7c1a9fec1bcf226402b3f72cbab1f8e21e6948 100644 (file)
@@ -58,9 +58,9 @@
  * # CSS nodes
  *
  * |[<!-- language="plain" -->
- * scrollbar[.fine-tune]
+ * scrollbar
  * ╰── box
- *     ╰── range
+ *     ╰── range[.fine-tune]
  *         ╰── trough
  *             ╰── slider
  * ]|
@@ -69,7 +69,7 @@
  * contents. Both the main node and the box subnode get the .horizontal or .vertical
  * style classes applied, depending on the scrollbar's orientation.
  *
- * The main node gets the style class .fine-tune added when the scrollbar is
+ * The range node gets the style class .fine-tune added when the scrollbar is
  * in 'fine-tuning' mode.
  *
  * If steppers are enabled, they are represented by up to four additional